BundledPlugins

@Serializable
data class BundledPlugins(val plugins: List<BundledPlugin> = mutableListOf())

Constructors

Link copied to clipboard
constructor(plugins: List<BundledPlugin> = mutableListOf())

Properties

Link copied to clipboard